Dynomotion

Group: DynoMotion Message: 13648 From: gyelle10 Date: 7/27/2016
Subject: Execute thread in C program
Hi all,

I'm pretty sure I've seen a post talking about that but I can't find it again.. Is there a C command that execute a thread ? Like the Consol Command Execute <N> ?

Thanks in advance,
Guillaume
Group: DynoMotion Message: 13649 From: TKSOFT Date: 7/27/2016
Subject: Re: Execute thread in C program
Hi Guillaume,

See function:

void StartThread(int thread); // starts a downloaded program at it's
entry point

defined in KMotionDef.h

HTH
Regards

TK

On 2016-07-27 12:08, gyelle10@... [DynoMotion] wrote:
> Hi all,
>
> I'm pretty sure I've seen a post talking about that but I can't find
> it again.. Is there a C command that execute a thread ? Like the
> Consol Command Execute <N> ?
>
> Thanks in advance,
> Guillaume